Dekoratives Banner

FileSystem decode() Class Method


    File.decode(string)
    Folder.decode(string)

Description

    The decode() class method of File or Folder decodes escaped characters and then interprets them as UTF-8. More information on the encoding standard can be found in the RFC 2396 document (search for this online).

Parameters

    string

    the string to be decoded.

Returns

    String.

See also

    FileSystem encode() Class Method